home *** CD-ROM | disk | FTP | other *** search
- // $TEXTURE1
- // $TEX1OPTIONSFILE
- // $SPECPOW
- // $REFL_STRENGTH
- // $CULLING
-
- shader()
- {
- pass()
- {
- Lighting()
- Vertexshader("CarGB_Menu_ps11.vsh")
- Pixelshader("CarGB_Menu_ps11.psh")
-
- !include("__tex1menu.mtt")
-
- !include("__MenuDiffuseCubeMap.mtt")
- !include("__MenuCubeMap.mtt")
- !include("__Broken.mtt")
-
- TFactor(0.0, 0.0, REFL_STRENGTH, 1.0)
- BlendFunc("one", "inv_src_alpha")
- }
- sortweight("depth_sorted")
- Cull(CULLING)
- }
-
-
- // GF 2
- shader()
- {
- ShaderQuality(0)
- pass()
- {
- Lighting()
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(TEXTURE1)
- !include(TEX1OPTIONSFILE)
- lodbias(-1.0)
- }
- ColorOp("arg1", "texture", "current", "current")
- AlphaOp("arg1", "texture", "current", "current")
- }
- tmu()
- {
- TexGen("normal")
- Texture()
- {
- Cubemap("MenuDiffuseCubemap.dds")
- }
- ColorOp("mul", "texture", "current", "current")
- AlphaOp("arg1", "current", "current", "current")
- }
- BlendFunc("one", "inv_src_alpha")
- }
-
- pass()
- {
- Lighting()
- tmu()
- {
- TexGen("reflection")
- Texture()
- {
- Cubemap("MenuCubemap.dds")
- }
- ColorOp("mul", "texture", "tfactor_a", "current")
- }
- TFactor(0.0, 0.0, 0.0, REFL_STRENGTH)
- BlendFunc("one", "one")
- }
- pass()
- {
- Lighting()
- tmu()
- {
- Texture()
- {
- Mapchannel(0)
- Image(BROKEN)
- !include(BROKENOPTIONSFILE)
- !include("__TO_Clamp&Linear.mtt")
- }
- ColorOp("arg1", "texture", "current", "current")
- }
- BlendFunc("one", "one")
- }
-
- sortweight("depth_sorted")
- Cull(CULLING)
- }
-
-
-
-